home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / FreeAnchorChain < prev    next >
Text File  |  1990-06-22  |  677b  |  67 lines

  1.  
  2.  
  3.  
  4.      FreeAnchorChain(31.0)    ARP Prog Manual     FreeAnchorChain(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       FreeAnchorChain - Free an allocated Anchor Chain
  10.  
  11.      SYNOPSIS
  12.       FreeAnchorChain(AnchorPath)
  13.                   A0
  14.  
  15.      FUNCTION
  16.       This function    frees an anchor    chain allocated    by
  17.       FindFirst/FindNext.  It may be called    multiple times without
  18.       harm
  19.  
  20.      INPUTS
  21.       struct AnchorPath *AnchorPath    - AnchorPath structure
  22.           initialized by calls to FindFirst() and/or
  23.           FindNext()
  24.  
  25.      BUGS
  26.       None known.
  27.  
  28.      SEE ALSO
  29.       FindFirst(), FindNext()
  30.  
  31.      AUTHOR:
  32.       Original design by JAT.  Rewritten for V39 by MT, CDH.
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.